home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / arexx / amiup20.lha / AmiUp.doc next >
Encoding:
Text File  |  1995-02-26  |  2.3 KB  |  81 lines

  1. --------------------------------------------------------------------------
  2.  
  3.                                AmiUp.rexx
  4.  
  5.                  Automatic upload of AmiNet in DLG BBS's
  6.  
  7. --------------------------------------------------------------------------
  8.  
  9. What is it:
  10.  
  11.   AmiUp is a ARexx script that helps to upload files from AmiNet in any
  12.   BBS using DLGPro. Filedescription and filearea are taken from the
  13.   *.readme file from AmiNet.
  14.  
  15.  
  16.  
  17. Requirements:
  18.  
  19.   The script requires 'rexxreqtools.library' by Nico Francois and the
  20.   command 'DLGUpload' by Michael Dreher.
  21.  
  22.  
  23.  
  24. Development:
  25.  
  26.   AmiUp was written to install an "semi" automatic AmiNet mirror for the
  27.   AMIGA Universe BBS (see support).
  28.  
  29.  
  30.  
  31. Configuration:
  32.  
  33.   The configuration is not that simple as I would like it to be, sorry...
  34.   You have to take a look at the script and edit it for the configuration
  35.   of the file areas in your BBS. There are two parts of the script to be
  36.   edited, the assignments of the AmiNet areas to your file areas and the
  37.   file areas and names for the list requester. Both are marked in the
  38.   script, so it shouldn't be too hard to find them.
  39.  
  40.  
  41.  
  42. Usage:
  43.  
  44.   Simply unpack all new files from AmiNet in on directory and start the
  45.   script using 'Sys:RexxC/Rx AmiUp.rexx'. It would bring up an reqtools
  46.   requester where you can select the files. Multiselection is possible.
  47.   AmiUp scans the files and tries to generate the filedescription and find
  48.   out the filearea. If no description or area can be found, it pops up an
  49.   requester and asks for the information.
  50.  
  51.   If you dont want AmiUp to pop up any requester, change the current
  52.   directory to the one you unpacked the files in and start AmiUp with the
  53.   line 'Sys:RexxC/Rx AmiUp.rexx BATCH'. The default file description and
  54.   default file area will be used if AmiUp can't find it out.
  55.  
  56.  
  57.  
  58. ToDo:
  59.  
  60.   Implement some logging and commandline options
  61.   Simplyfy the configuration a bit
  62.   Your suggestions ????
  63.  
  64.  
  65.  
  66. Support:
  67.  
  68.   New versions of AmiUp can be fond on:
  69.  
  70.     - AMIGA Universe BBS; Leutenbach (germany)
  71.  
  72.          Line 1 ++49 (0)7195/61970  HST Dual Standard HST,2400-14400
  73.          Line 2 ++49 (0)7195/920677 V.FC 2400-28800
  74.          Line 3 ++49 (0)7195/63848  ZYXEL 2400-16800 MEMBERS ONLY
  75.          Line 4 ++49 (0)7195/910928 V.FC 2400-28800
  76.  
  77.          One of the biggest Amiga only BBS's in germany !
  78.  
  79.  
  80.     - and, for sure, on AmiNet :-)
  81.